stage 1 - nowt built the shell, control produces a SPAN

*----

using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace WroxControls 
{

	public class MyLabel : WebControl 
	{
         
	}

}

*----

Simple page:


<% @Register Namespace="WroxControls" TagPrefix="Wrox" %>

<html>
<body>

<Wrox:MyLabel runat=server />

</body>
</html>



*----